#include <stdlib.h>
#include <stdio.h>
#include <SDL/sdl.h>


Functions | |
| void | putPixel (SDL_Surface *surface, Uint16 x, Uint16 y, Uint32 color) |
| Draw a pixel. | |
| SDL_Rect | set_rect (int x, int y, int h, int w) |
| Create an SDL_Rect from x, y, height, width. | |
1.5.4